home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Komunikatory / Pandion 2.5 / Pandion-2.5.exe / src / css / chat-messages.css < prev    next >
Cascading Style Sheet File  |  2005-07-13  |  4KB  |  190 lines

  1. BODY {
  2.     margin: 4px 0px 0px 4px;
  3.     cursor: text;
  4. }
  5. A {
  6.     color: blue;
  7.     text-decoration: underline;
  8. }
  9. A:hover {
  10.     color: red;
  11.     text-decoration: underline;
  12. }
  13. .name-recv {
  14.     width: 100%;
  15.     font-family: Arial;
  16.     font-size: 14px;
  17.     font-weight: bold;
  18.     color: #eaca35;
  19.     border-bottom: 1px solid #d3d5d6;
  20.     text-overflow: ellipsis;
  21.     overflow: hidden;
  22. }
  23. .name-send {
  24.     width: 100%;
  25.     font-family: Arial;
  26.     font-size: 14px;
  27.     font-weight: bold;
  28.     color: #96d444;
  29.     border-bottom: 1px solid #d3d5d6;
  30.     text-overflow: ellipsis;
  31.     overflow: hidden;
  32. }
  33. .body-recv {
  34.     padding: 0px 0px 4px 4px;
  35.     font-family: Arial;
  36.     font-size: 9pt;
  37.     color: #00396d;
  38.     overflow: hidden;
  39.     text-overflow: ellipsis;
  40. }
  41. .body-send {
  42.     padding: 0px 0px 4px 4px;
  43.     font-family: Arial;
  44.     font-size: 9pt;
  45.     color: #004200;
  46.     overflow: hidden;
  47.     text-overflow: ellipsis;
  48. }
  49. .date {
  50.     width: 100%;
  51.     padding: 0px 0px 0px 0px;
  52.     margin: 8px 0px 6px 0px;
  53.     font-family: Arial;
  54.     font-size: 14px;
  55.     font-weight: bold;
  56.     color: #d4dae0;
  57.     border-top: 1px solid #d4dae0;
  58.     text-overflow: ellipsis;
  59.     overflow: hidden;
  60. }
  61. .time {
  62.     padding: 0px 2px 0px 0px;
  63.     text-align: right;
  64.     font-family: Tahoma;
  65.     font-size: 10px;
  66.     color: #b7babb;
  67. }
  68. .me-time {
  69.     padding: 0px 2px 0px 0px;
  70.     text-align: right;
  71.     font-family: Tahoma;
  72.     font-size: 10px;
  73.     color: #b7babb;
  74. }
  75. .me {
  76.     font-family: Tahoma;
  77.     font-size: 12px;
  78.     color: purple;
  79.     margin: 0px 4px 4px 0px;
  80. }
  81. .system {
  82.     font-family: Tahoma;
  83.     font-size: 12px;
  84.     color: green;
  85.     margin: 0px 4px 4px 0px;
  86. }
  87. .private-send, .private-recv {
  88.     font-family: Tahoma;
  89.     font-size: 12px;
  90.     color: darkblue;
  91.     margin: 0px 4px 4px 0px;
  92. }
  93. .error {
  94.     font-family: Tahoma;
  95.     font-size: 12px;
  96.     color: #df2929;
  97.     margin: 0px 4px 4px 0px;
  98. }
  99. .sound-label {
  100.     margin-top: 2px;
  101.     padding: 1px;
  102.     text-align: center;
  103.     font-family: Tahoma;
  104.     font-size: 12px;
  105.     color: #478ec5;
  106.     width: 100px;
  107.     height: 20px;
  108.     border: 1px threedlightshadow solid;
  109.     background-color: infobackground;
  110.     text-overflow: ellipsis;
  111.     overflow: hidden;
  112. }
  113. .sound-button {
  114.     height: 20px;
  115.     width: 22px;
  116.     margin-left: 2px;
  117.     margin-bottom: 2px;
  118. }
  119. .history-date {
  120.     width: 100%;
  121.     padding: 0px 0px 0px 0px;
  122.     margin: 8px 0px 6px 0px;
  123.     font-family: Arial;
  124.     font-size: 14px;
  125.     font-weight: bold;
  126.     color: #DBDCDC;
  127.     border-top: 1px solid #E9EAEA;
  128.     text-overflow: ellipsis;
  129.     overflow: hidden;
  130. }
  131. .history-time {
  132.     padding: 0px 2px 0px 0px;
  133.     text-align: right;
  134.     font-family: Tahoma;
  135.     font-size: 10px;
  136.     color: #DBDCDC;
  137. }
  138. .history-me-time {
  139.     padding: 0px 2px 0px 0px;
  140.     text-align: right;
  141.     font-family: Tahoma;
  142.     font-size: 10px;
  143.     color: #DBDCDC;
  144. }
  145. .history-me {
  146.     font-family: Tahoma;
  147.     font-size: 12px;
  148.     color: #C8BAD6;
  149.     margin: 0px 4px 4px 0px;
  150. }
  151. .history-name-recv {
  152.     width: 100%;
  153.     font-family: Arial;
  154.     font-size: 14px;
  155.     font-weight: bold;
  156.     color: #D4CFB9;
  157.     border-bottom: 1px solid #E9EAEA;
  158.     text-overflow: ellipsis;
  159.     overflow: hidden;
  160. }
  161. .history-name-send {
  162.     width: 100%;
  163.     font-family: Arial;
  164.     font-size: 14px;
  165.     font-weight: bold;
  166.     color: #C6D0BA;
  167.     border-bottom: 1px solid #E9EAEA;
  168.     text-overflow: ellipsis;
  169.     overflow: hidden;
  170. }
  171. .history-body-recv, .history-body-send {
  172.     padding: 0px 0px 4px 4px;
  173.     font-family: Arial;
  174.     font-size: 9pt;
  175.     color: #5B7389;
  176.     overflow: hidden;
  177.     text-overflow: ellipsis;
  178. }
  179. .history-body-recv A, .history-body-send A {
  180.     color: #ACACD2;
  181.     text-decoration: underline;
  182. }
  183. .history-body-recv A:hover, .history-body-send A:hover {
  184.     color: #D2ACAC;
  185.     text-decoration: underline;
  186. }
  187. .history-body-recv IMG, .history-body-send IMG {
  188.     filter: progid:DXImageTransform.Microsoft.Alpha( opacity = 50 );
  189. }
  190.